+2006-06-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc
+
+ * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType
+
+ * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog
+
+ * gtk/tmpl/gtkcontainer.sgml: Updates.
+
+ * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE.
+ * gtk/tmpl/gtkarrow.sgml: Cleanups
+ * gtk/gtk-sections.txt: Add some private things
+
2006-06-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
gtk_range_set_increments
gtk_range_set_range
gtk_range_set_value
+GtkSensitivityType
gtk_range_set_lower_stepper_sensitivity
gtk_range_get_lower_stepper_sensitivity
gtk_range_set_upper_stepper_sensitivity
GTK_IS_CELL_RENDERER_SPIN_CLASS
GTK_CELL_RENDERER_SPIN_GET_CLASS
<SUBSECTION Private>
+GtkCellRendererSpinPrivate
gtk_cell_renderer_spin_get_type
</SECTION>
gtk_print_operation_set_current_page
gtk_print_operation_set_use_full_page
gtk_print_operation_set_unit
-gtk_print_operation_set_show_dialog
gtk_print_operation_set_export_filename
gtk_print_operation_set_show_progress
gtk_print_operation_set_track_print_status
GTK_PRINT_SETTINGS_OUTPUT_BIN
gtk_print_settings_get_output_bin
gtk_print_settings_set_output_bin
+GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT
+GTK_PRINT_SETTINGS_OUTPUT_URI
GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA
GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION
+
<SUBSECTION Standard>
GTK_TYPE_PRINT_SETTINGS
GTK_PRINT_SETTINGS
<!-- ##### STRUCT GtkArrow ##### -->
<para>\r
-The #GtkArrow-struct containes the following fields.\r
+The #GtkArrow struct containes the following fields.\r
(These fields should be considered read-only. They should never be set by\r
-an application.)\r
-\r
-<informaltable pgwide="1" frame="none" role="struct">\r
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>\r
-<tbody>\r
-\r
-<row>\r
-<entry>#gint16 <structfield>arrow_type</structfield>;</entry>\r
-<entry>the direction of the arrow, one of #GtkArrowType.</entry>\r
-</row>\r
-\r
-<row>\r
-<entry>#gint16 <structfield>shadow_type</structfield>;</entry>\r
-<entry>the style of the arrow, one of #GtkShadowType.</entry>\r
-</row>\r
-</tbody></tgroup></informaltable>\r
+an application.)
</para>
<!-- ##### ARG GtkArrow:arrow-type ##### -->
-<para>
-
+<para>\r
+\r
</para>
<!-- ##### ARG GtkArrow:shadow-type ##### -->
-<para>
-
+<para>\r
+\r
</para>
<!-- ##### FUNCTION gtk_arrow_new ##### -->
Does the same as gtk_container_get_children().
</para>
-@Returns:
@Deprecated: Use gtk_container_get_children() instead.
@GTK_ARROW_DOWN: Represents a downward pointing arrow.
@GTK_ARROW_LEFT: Represents a left pointing arrow.
@GTK_ARROW_RIGHT: Represents a right pointing arrow.
-@GTK_ARROW_NONE:
+@GTK_ARROW_NONE: No arrow. Since 2.10.
<!-- ##### ENUM GtkAttachOptions ##### -->
<para>
Use gtk_print_job_get_surface() to obtain the cairo surface
onto which the pages must be drawn. Use gtk_print_job_send()
to send the finished job to the printer. If you don't use cairo
-#GtkPrintJob also supports printing of manually generated postscript,
+#GtkPrintJob also supports printing of manually generated postscript,
via gtk_print_job_set_source_file().
<!-- FIXME more details needed here -->
</para>
<!-- ##### STRUCT GtkPrintJob ##### -->
<para>
-
+The GtkPrintJob struct contains only private members
+and should not be directly accessed.
</para>
@printjob: the object which received the signal.
+
<!-- ##### ARG GtkPrintJob:page-setup ##### -->
<para>
<!-- ##### USER_FUNCTION GtkPrintJobCompleteFunc ##### -->
<para>
-
+The type of callback that is passed to gtk_print_job_send().
+It is called when the print job has been completely sent.
</para>
-@print_job:
-@user_data:
-@error:
+@print_job: the #GtkPrintJob
+@user_data: user data that has been passed to gtk_print_job_send()
+@error: a #GError that contains error information if the sending
+ of the print job failed, otherwise %NULL
<!-- ##### FUNCTION gtk_print_job_new ##### -->
@value:
+<!-- ##### ENUM GtkSensitivityType ##### -->
+<para>
+Determines how GTK+ handles the sensitivity of stepper arrows
+at the end of range widgets.
+</para>
+
+@GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the
+ thumb is at the end
+@GTK_SENSITIVITY_ON: The arrow is always sensitive
+@GTK_SENSITIVITY_OFF: The arrow is always insensitive
+
+
<!-- ##### FUNCTION gtk_range_set_lower_stepper_sensitivity ##### -->
<para>